home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
utils
/
desktop
/
nodsk301.lzh
/
DESK.NDS
next >
Wrap
Text File
|
1994-08-30
|
319b
|
17 lines
set cnfdir = "CNF\"$screenw"x"$screenh"."$ncolors
if (! -e "~\"$cnfdir) then
if ($ncolors >= 16) then
cp -Rn ~\CNF\640x480.16 "~\"$cnfdir
else
cp -Rn ~\CNF\640x400.2 "~\"$cnfdir
endif
endif
set deskfile = $cnfdir"\DESK.NDS"
set initfile = $cnfdir"\INIT.NDS"
unset cnfdir
cd ~
source $deskfile